var crypto/tls.cipherSuitesTLS13

2 uses

	crypto/tls (current package)
		cipher_suites.go#L201: var cipherSuitesTLS13 = []*cipherSuiteTLS13{ // TODO: replace with a map.
		cipher_suites.go#L644: 	for _, cipherSuite := range cipherSuitesTLS13 {